update Qt6 builds to 6.2.1 (#747)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 27 Oct 2021 13:43:25 +0000 (07:43 -0600)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 13:43:25 +0000 (07:43 -0600)
.github/workflows/macos.yml
.github/workflows/windows.yml

index b814290faceaacd1f5e10cbeb992eb588d78b089..b0ee03c8c5833c8312ca90897568935fc914581b 100644 (file)
@@ -90,7 +90,7 @@ jobs:
     name: macos Qt6 Build
     runs-on: macos-11
     env:
-      QT_VERSION: '6.2.0'
+      QT_VERSION: '6.2.1'
 
     steps:
     - name: Checkout repository
index fa7387c04fa925a7a4ad253889b5708d90a5b7dd..0299a6ee1710852d998164c1b6c941ff86c9e5ad 100644 (file)
@@ -49,7 +49,7 @@ jobs:
             COMPILER: 'msvc2017'
             RELEASE: false
             FLOW: 'nmake'
-          - QT_VERSION: '6.2.0'
+          - QT_VERSION: '6.2.1'
             ARCH: 'amd64'
             HOST_ARCH: 'amd64'
             COMPILER: 'msvc2019_64'